home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / origami / oribin.zoo / learn / modes < prev    next >
Encoding:
Text File  |  1991-06-28  |  2.2 KB  |  59 lines

  1. MODE LINE
  2. ---------
  3.  
  4. The line above the function key display at the bottom of the screen
  5. is referred to as the "communication line".  This is where Origami
  6. interactively communicates with you.  Later you will see how Origami
  7. prompts you for information on this line, such as to initiate a
  8. search.  Origami can report things to you on this line as well.
  9.  
  10. >>  Type C-X = and see what appears in the communication line. Don't worry
  11.     about what all this information means - it is just an example of how
  12.     Origami lets you know more about the file you are editing.
  13.  
  14. The line immediately above the communication line is referred to as the
  15. "mode line".  The mode line looks something like
  16.  
  17. =* Origami 1.5.10 (Emacs,None) == teach-emacs =============================
  18.  
  19. This is a very useful "information" line.
  20.  
  21.   -  The asterisk (star) indicates that changes have been made to the file.
  22.      Immediately after opening or saving a file, there is no star.
  23.  
  24.   -  Any words inside the parentheses indicate the "modes" Origami is
  25.      currently in.  Modes will be discussed in the next section.
  26.  
  27.   -  The next string is the name of the file you are currently editing.
  28.  
  29. >>  Look at the mode line and identify the items discussed above.
  30.  
  31.  
  32. MODES
  33. -----
  34.  
  35. Listed within the parentheses are the current "modes".  The modes
  36. influence the behaviour of Origami.  Some modes appear as a side effect
  37. of a command, others are global modes.  The command prefixes to add and
  38. delete these global modes are
  39.  
  40.      C-X M     Add a mode
  41.      C-X C-M   Delete a mode
  42.  
  43. >>  Type C-X m o.  Origami is now in overwrite mode.  To get it back to
  44.     insert mode, type C-X C-M o.
  45.  
  46. If you use a long filename and many modes are actice, your status line
  47. may become too wide.  If this happens, Origami uses abbreviations for
  48. the modes, e.g. O instead Over.
  49.  
  50.  
  51. KEYBINDUNGS
  52. -----------
  53.  
  54. There are two Emacs-bindings at the moment.  You are using the universal
  55. binding at the moment.  The other one is an experimental binding for
  56. writing C programs.  Its ideas are similar to real Emacs C-mode - the
  57. editor should work as much as possible for the programmer.  We have not
  58. implemented this as a usual mode to allow custom specific changes.
  59.